home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hungerstrike.swf / scripts / DefineSprite_378 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  194 b   |  14 lines

  1. stop();
  2. this.onRollOver = function()
  3. {
  4.    gotoAndStop("over");
  5. };
  6. this.onRollOut = function()
  7. {
  8.    gotoAndStop("normal");
  9. };
  10. this.onPress = function()
  11. {
  12.    gotoAndStop("press");
  13. };
  14.